Cis Tagging Category CreateSpec
The Cis Tagging Category CreateSpec schema is used to create a category.
Use the POST /cis/tagging/category operation to create a category defined by the create specification.
{
"name": "string",
"description": "string",
"cardinality": "string",
"associable_types": [
"string"
],
"category_id": "string"
}
The display name of the category.
The description of the category.
The associated cardinality (Cardinality) of the category.
For more information see: Cis Tagging CategoryModel Cardinality.
Object types to which this category's tags can be attached.
This property was added in vSphere API 6.7.
If missing or null
an identifier will be generated by the server
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Category
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Category
.